@charset "gb2312";

/** 首页标题 **/
.sy_bt{ width:100%; height:45px; margin-bottom:5px; border-bottom:solid 2px #e5e5e5;background:url(../images/bt_bt.jpg) no-repeat 106px bottom;}
.sy_bt h3{ width:82px; padding-left:24px;background:url(../images/bt_ico.png) no-repeat left center; border-bottom:solid 2px #2e6fab; float:left; color:#2e6fab;font:18px/45px "微软雅黑"; font-weight:bold;}
.sy_bt a{ float:right;color:#ed0303;font:14px/54px "微软雅黑";}
.sy_bt a:hover{ text-decoration:underline;}

/*********** 头条 ***********/
.tt{ width:1200px; height:90px; padding-top:10px;background:url(../images/tt_bg.jpg) no-repeat center top; margin-bottom:30px;}
.tt a h3{ width:1020px; height:54px; display:block; overflow:hidden; margin:0 auto;color:#c40c0c;font:30px/54px "微软雅黑"; font-weight:bold; text-align:center;}
.tt a p{ width:1125px; height:24px; display:block; overflow:hidden; margin:0 auto;color:#777575;font:14px/24px "微软雅黑";}
.tt a p span{color:#c40c0c;font:14px/24px "微软雅黑"; margin-left:8px;}
.tt a p span:hover{ text-decoration:underline;}

.bk01{ width:1200px; height:415px;}
/*********** 图片新闻 ***********/
.pic_new {position:relative;width:620px;height:415px; overflow: hidden;float:left; margin-bottom:30px;}
.pic_new .pic { width:620px; height:415px;display: block;}
.pic_new .pic img {width:620px; height:415px;display: block;}
.pic_new .txt-bg { position:absolute; bottom:0px;left:0px;z-index: 1; height:54px; width:620px; margin:0 auto; overflow: hidden;
background:rgba(0,0,0,0.70);
-moz-opacity: 0.70; /* FF 3.5以下 */  
opacity: 0.70; /* FF 3.5及以上 */  
filter: alpha(opacity=80); /* IE6及以上 */  
/*针对IE8*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); }
.pic_new .txt { position:absolute;left:0px; bottom:0px; z-index:2; height:54px; display:block; width:620px; overflow:hidden;}
.pic_new .txt li{ position:absolute;height:54px;bottom:-54px;display:block;width:566px;overflow:hidden;}
.pic_new .txt li a{display:block;width:600px;height:54px;color:#fff;font:16px/54px "微软雅黑"; padding:0px 10px;overflow:hidden; text-align:center;}
.pic_new .num { position: absolute; z-index: 3; bottom:62px; right:0px;}
.pic_new .num li{ float: left; position:relative; width:22px; height:22px;font:12px/22px "宋体";overflow: hidden; text-align: center;margin-bottom:0px;cursor:pointer; margin-right:5px;
-webkit-border-radius:120px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
-moz-border-radius:120px;/*适配firefox浏览器*/
-ms-border-radius:120px;/*适配IE浏览器*/
-o-border-radius:120px;/*适配opera浏览器*/
border-radius:120px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}
.pic_new .num li a,.pic_new .num li span { position: absolute; z-index: 2; display: block; color:#141414; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.pic_new .num li span { z-index: 1; background:#fff; filter: alpha(opacity=90); opacity: 0.90; color:#141414;font:14px/22px "微软雅黑"; }
.pic_new .num li.on a,.pic_new .num a:hover{ background:#b30505; color:#fff;  }

/*********** 新闻列表 ***********/
.new_list{ float:right; width:540px;}
.new_list .new_bt{ width:100%; height:45px; border-bottom:solid #e5e5e5 1px; margin-bottom:15px;}
.new_list .new_bt h3{ float:left; height:44px;}
.new_list .new_bt a{ float:right;color:#e60012;font:14px/45px "微软雅黑";}
.new_list .new_bt a:hover{ text-decoration:underline;}
.new_list .new_f{ width:100%; height:95px; padding-top:10px; background:#f2f8fe; margin-bottom:5px;}
.new_list .new_f a h3{ width:500px; height:45px; display:block; overflow:hidden; color:#2e6fab;font:24px/45px "微软雅黑"; margin-left:20px;}
.new_list .new_f a p{ width:500px; height:40px; display:block; overflow:hidden; color:#7e7e7e;font:13px/20px "微软雅黑"; margin-left:20px;}
.new_list .new_f:hover h3{ text-decoration:underline; color:#c40c0c;}

.new_list ul{width:540px;height:245px; display:block;overflow:hidden;}
.new_list ul li{ width:540px; height:35px; display:block;background:url(../images/ico.jpg) no-repeat 4px center;}
.new_list ul li a{ width:382px; height:35px; margin-left:18px;font:15px/35px "微软雅黑"; color:#373636; float:left; display:block; overflow:hidden;}
.new_list ul li a:hover{ color:#ed0303; text-decoration:underline;}
.new_list ul li span{ height:35px;font:13px/35px "微软雅黑"; color:#b2b1b1;  float:right;}

/*********************** 横幅 ***********************/
.hf_w{ width:1200px; height:130px; margin-top:30px; margin-bottom:30px; clear:both;}
.hf{ margin:0 auto; position:relative;  border:1px solid #eee; width:1200px;height:130px; float:left; margin-bottom:18px;background:#fff; overflow:hidden;     }
.hf .hd{ height:22px; position:absolute; z-index:1; bottom:6px; right:10px; overflow:hidden;   }
.hf .hd ul{ float:right;  overflow:hidden;  }
.hf .hd li{ width:22px; height:22px; line-height:22px; text-align:center; background:#999; color:#fff; font-family:Arial; float:left; margin:0 1px; display:inline;-webkit-border-radius:22px; -moz-border-radius:22px; border-radius:22px; cursor:pointer;}
.hf .hd li.on{ background:#c00; }
.hf .bd li{ vertical-align:middle; }
.hf .bd li img{ width:1200px;height:130px;display:block; }



.bk02{ width:1200px; height:300px; clear:both; margin-bottom:30px;}
/*********** 图片新闻 ***********/
.bk02_left{ width:420px; float:left;}
.bk02_cen{float:left; margin-left:30px;}
.bk02_left ul{width:420px;height:245px; display:block;overflow:hidden;}
.bk02_left ul li{ width:420px; height:35px; display:block;background:url(../images/ico.jpg) no-repeat 4px center;}
.bk02_left ul li a{ width:320px; height:35px; margin-left:18px;font:15px/35px "微软雅黑"; color:#373636; float:left; display:block; overflow:hidden;}
.bk02_left ul li a:hover{ color:#ed0303; text-decoration:underline;}
.bk02_left ul li span{ height:35px;font:13px/35px "微软雅黑"; color:#b2b1b1;float:right;}

.bk02_right{ width:300px; float:right;}
.bk02_right ul{width:300px;height:245px; display:block;overflow:hidden;}
.bk02_right ul li a{ width:300px; height:48px; display:block; margin-top:12px;}
.bk02_right ul li a h4{ width:50px; height:48px; float:left; background:#eeeeee; color:#373636;font:14px/25px "微软雅黑"; text-align:center;}
.bk02_right ul li a h4 span{ width:50px; height:25px; float:left; background:#2e6fab; color:#fff; text-align:center;font:18px/23px "微软雅黑"; }
.bk02_right ul li a h3{ width:230px; height:48px; float:right; display:block; overflow:hidden;font:15px/24px "微软雅黑"; color:#373636;}
.bk02_right ul li a h3:hover{ text-decoration:underline;color:#f20000;}


/*********** 图片新闻 ***********/
.bk03_w{ width:100%; height:325px; padding-top:20px; background:#f4f4f8; margin-bottom:30px;}
.bk03{ width:1200px; height:300px; clear:both; margin-bottom:30px;}
.bk03_bt{ width:100%; height:45px; margin-bottom:5px; border-bottom:solid 2px #e5e5e5;}
.bk03_bt h3{ width:82px; padding-left:24px;background:url(../images/bt_ico.png) no-repeat left center; border-bottom:solid 2px #2e6fab; float:left; color:#2e6fab;font:18px/45px "微软雅黑"; font-weight:bold;}
.bk03_bt a{ float:right;color:#ed0303;font:14px/54px "微软雅黑";}
.bk03_bt a:hover{ text-decoration:underline;}

.bk03 .hd{ height:24px; float:left; position:relative; z-index:9999999999;}
.bk03 .hd .prev,.bk03 .next{ display:block; position:absolute;top:60px;left:0px; width:36px; height:47px;background:url(../images/l_r.png) no-repeat; cursor:pointer;   }
.bk03 .hd .next{ left:1164px; top:60px; background-position:top right; }

.bk03 .bd{ width:1200px;position:absolute; margin-top:12px;}
.bk03 .bd ul{ width:1200px;}
.bk03 .bd ul li{position:relative;width:268px;height:226px;float:left; margin:0px 15px;}
.bk03 .bd ul li a p{width:268px;height:178px; overflow:hidden;}
.bk03 .bd ul li a p img{width:268px;height:178px;moz-transition:1s;-webkit-transition:1s;-ms-transition:1s;-o-transition:1s;}
.bk03 .bd ul li:hover img{ -moz-transform:scale(1.08);-ms-transform:scale(1.08); -o-transform:scale(1.08); -webkit-transform:scale(1.08);}
.bk03 .bd ul li a span{width:268px;height:44px;overflow:hidden; background:#fff;color:#313131;font:15px/44px "微软雅黑"; text-align:center; display:block;}

.bk03 .bd ul li:hover span{color:#0c4696;}

